-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix stats_overview_type_tapped event #20342
Fix stats_overview_type_tapped event #20342
Conversation
📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 🚀
🔵 Tracked: stats_overview_type_tapped_visitors, Properties: {"period":"weeks"}
🔵 Tracked: stats_overview_type_tapped_likes, Properties: {"period":"weeks"}
🔵 Tracked: stats_overview_type_tapped_comments, Properties: {"period":"weeks"}
🔵 Tracked: stats_overview_type_tapped_views, Properties: {"period":"weeks"}
Fixed detekt warnings in 7c2b0dc |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #20342 +/- ##
==========================================
- Coverage 40.25% 40.25% -0.01%
==========================================
Files 1475 1475
Lines 68105 68113 +8
Branches 11295 11299 +4
==========================================
Hits 27416 27416
- Misses 38180 38188 +8
Partials 2509 2509 ☔ View full report in Codecov by Sentry. |
Fixes #20313
This fixes the wrong event when changing the columns on the traffic tab.
To Test:
🔵 Tracked: stats_overview_type_tapped_comments, Properties: {"period":"years"}
is logged with the granularity and event name. You can check Logcat if you build from Android Studio or "Me → Help → Logs".Regression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR Submission Checklist:
RELEASE-NOTES.txt
if necessary.Testing Checklist: